Sine サイン 正弦
Trigonometric Function 三角関数
code:sine.js
const rad= 45 * Math.PI / 180
const sine = Math.sin(rad)